home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / quit.dir / 00006_No.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  192 b   |  12 lines

  1. on mouseDown
  2.   global gASKReturn
  3.   if hExitPressButton() then
  4.     set gASKReturn to 0
  5.     forget(window "quit")
  6.     updateStage()
  7.     tell the stage
  8.       continue()
  9.     end tell
  10.   end if
  11. end
  12.